home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / lib / adm / README < prev   
Text File  |  1996-07-24  |  1KB  |  25 lines

  1. This directory contains various scripts and utilities.  This file attempts
  2. to describe them:
  3.  
  4. dilate_xpm_files: Try to figure out what pixels on a xpm file should be
  5. transparent, and then makes the changes.
  6.  
  7. fix_xpm_colors:  Takes and .arc file, and converts all black and
  8. white xpm files that archetype uses to color xpm files, using the colors
  9. in the archetype description.
  10.  
  11. dilate_xpm_files and fix_xpm_colors should no longer be needed - all the old
  12. bitmaps have been converted to XPM images, and any new ones should be
  13. created in XPM mode to better use multiple colors.
  14.  
  15. map_info: (From Tero Haatanen <Tero.Haatanen@lut.fi>).  It goes through
  16. the map files in the specified directory, printing out problems and
  17. also generating a list of used objects.
  18.  
  19. map_check:  Another program that goes through and checks maps.  This one
  20. starts at the starting map, and then visits all the maps connected to it,
  21. and so on.  Thus, its output and the output of do a 'find . -type f -print'
  22. in the maps directory, can be compared after some modification, to find maps
  23. in the map directory that are not connected to anything.  I think that
  24. map_info does a better job about other map errors, however.
  25.